
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 550px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 550px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 550px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 550px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    margin: 7px;
    background-color: #fff;
    overflow: hidden;
    line-height: 99px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    width: 20px;
    background: #174c98;
    border-radius: 6px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 10%;
  }
  
  .fullSlide .prev {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 10%;
  }


/*title*/

.title{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.title h3{
    font-size: 30px;
    color: #484848;
    font-weight: bold;
}

.title h3 a{
    font-size: 30px;
    color: #484848;
    font-weight: bold;
}

.title p{
    font-size: 16px;
    color: #777;
    margin-top: 3px;
} 

.title span{
    display: block;
    font-size: 12px;
    color: #777;
    text-transform: uppercase;
    background: url(../images/title.png) no-repeat center;
    margin-top: 5px;
}


/*product*/

.product_bg{
    width: 100%;
    margin: 0 auto;
    height: 1163px;
    background: url(../images/pro_bg.jpg) no-repeat center;
}

.product_bg .product{
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}


.product_bg .product .pro_list{
    width: 1200px;
    margin: 30px auto 0 auto;
    height: 80px;
    background: #fff;
    border-top: 4px solid #174c98;
    -webkit-box-shadow: 0 8px 8px 5px rgba(23, 76, 152, .1);
    box-shadow: 0 8px 8px 5px rgba(23, 76, 152, .1);
}

.product_bg .product .pro_list .pro_ico{
    float: left;
    background: url(../images/buttom2.png) no-repeat center;
    width: 33px;
    height: 33px;
    margin: 24px 27px 0 27px;
}


.product_bg .product .pro_list .fl{
    float: left;
    width: 1110px;
    overflow: hidden;
}

.product_bg .product .pro_list .fl ul li{
    line-height: 80px;
    float: left;
    background: url(../images/xt1.png) no-repeat right center;
    width: 100px;
}

.product_bg .product .pro_list .fl ul li a{
    padding: 0 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #444;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .product .pro_list .fl ul li:hover a{
    color: #174c98;
}

.product_bg .product .pro_box{
    margin: 40px auto 0 auto;
    width: 1240px;
}

.product_bg .product .pro_box ul li{
    width: 375px;
    height: 375px;
    background: #fff;
    float: left;
    margin: 0 38px 30px 0px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .product .pro_box ul li .pic{
    width: 335px;
    height: 280px;
    margin: 20px auto;
}

.product_bg .product .pro_box ul li .pic img{
    width: 335px;
    height: 280px;
}

.product_bg .product .pro_box ul li .txt{
    width: 375px;
    height: 54px;
    line-height: 54px;
    border-top: 1px solid #eee;
}

.product_bg .product .pro_box ul li .txt h5 a{
    float: left;
    width: 300px;
    margin-left: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #444;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .product .pro_box ul li .txt .more{
    float: right;
    margin-right: 20px;
    font-size: 14px;
    color: #444;
}

.product_bg .product .pro_box ul li:hover{
    -webkit-box-shadow: 0 0px 10px 6px rgba(23, 76, 152, .1);
    box-shadow: 0 0px 10px 6px rgba(23, 76, 152, .1);
}

.product_bg .product .pro_box ul li:hover a{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    color: #174c98;
}


/*ys*/

.ys_bg{
    width: 100%;
    margin: 0 auto;
    height: 700px;
    background: url(../images/ys_bg.jpg) no-repeat center;
    overflow: hidden;
    -webkit-box-shadow: 0 0px 10px 6px rgba(23, 76, 152, .1);
    box-shadow: 0 0px 10px 6px rgba(23, 76, 152, .1);
}


.ys_bg .ys{
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    position: relative;
}

.ys_bg .ys .ys_box{
    width: 1200px;
    height: 550px;
    margin: 0 auto;
    position: relative;
}

.ys_bg .ys .ys_box .ys_nr{
    width: 1200px;
    height: 550px;
}

.ys_bg .ys .ys_box .ys_nr .ys_img{
    float: left;
    width: 1080px;
    height: 550px;
    margin-left: -360px;
}

.ys_bg .ys .ys_box .ys_nr .ys_img img{
    width: 1080px;
    height: 550px;
}

.ys_bg .ys .ys_box .ys_nr .txt{
    float: right;
    width: 405px;
    margin-top: 265px;
}

.ys_bg .ys .ys_box .ys_nr .txt h5{
    font-size: 24px;
    font-weight: bold;
    color: #484848;
    background: url(../images/buttom3.png) no-repeat left center;
    text-align: right;
    line-height: 30px;
    margin-bottom: 50px;

}

.ys_bg .ys .ys_box .ys_nr .txt p{
    font-size: 16px;
    color: #484848;
    line-height: 33px;
    text-align: right;
}

.ys_bg .ys .ys_list{
    height: 150px;
}


.ys_bg .ys .ys_list ul li{
    float: left;
    width: 180px;
    height: 150px;
    background: url(../images/ys_xt.png) no-repeat right center;
    text-align: center;
}

.ys_bg .ys .ys_list ul li span{
    display: block;
    font-size: 72px;
    font-weight: bold;
    color: #2659a2;
    margin-top: 13px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_list ul li h5{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-top: -68px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_list ul li i{
    display: block;
    font-size: 14px;
    color: #2d68bb;
    text-transform: uppercase;
    margin-top: 10px;
}

.ys_bg .ys .ys_list ul li.casehover{
    background: url(../images/ys_hover.png) no-repeat bottom center;
}

.ys_bg .ys .ys_list ul li.casehover span{
    margin-top: -10px;
}

.ys_bg .ys .ys_list ul li.casehover h5{
    margin-top: -68px;
}

.ys_bg .ys .ys_t{
    position: absolute;
    right: 0;
    top: 50px;
    text-align: right;
}

.ys_bg .ys .ys_t span{
    display: block;
    font-size: 60px;
    color: #eeeded;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    line-height: 52px;

}

.ys_bg .ys .ys_t h3{
    font-size: 36px;
    font-weight: bold;
    color: #484848;

}

.ys_bg .ys .ys_t p{
    font-size: 18px;
    color: #484848;
    margin-top: 2px;
}

.ys_bg .ys .ys_zx{
    position: absolute;
    right: 0;
    bottom: 30px;
    text-align: right;
}

.ys_bg .ys .ys_zx .tel{
    float: left;
    font-size: 60px;
    font-weight: bold;
    color: #174c98;
    text-transform: uppercase;
}

.ys_bg .ys .ys_zx .tel span{
    font-size: 30px;
    color: #484848;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    margin-left: 5px;
}


.ys_bg .ys .ys_zx .zixun{
    margin-left: 35px;
    float: left;
    width: 80px;
    height: 32px;
    line-height: 32px;
    background: #174c98;
    margin-top: 42px;
}

.ys_bg .ys .ys_zx .zixun a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
}




/*case*/

.case_bg{
    width: 100%;
    margin: 0 auto;
    height: 625px;
    background: url(../images/case_bg.jpg) no-repeat center;
}

.case_bg .case{
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
}

.case_bg .case .case_box{
    width: 1200px;
    margin: 30px auto 0 auto;
    position: relative;
}

.case .case_box .bd{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.case .case_box .bd ul li{
    float: left;
    width: 375px;
    margin: 0 12px;
    position: relative;
}

.case .case_box .bd ul li .pic{
    width: 375px;
    height: 300px;
}

.case .case_box .bd ul li .pic img{
    width: 375px;
    height: 300px;
}

.case .case_box .bd ul li .txt{
    width: 240px;
    height: 80px;
    background: #fff;
    padding: 20px 30px 0 30px;
    margin: -50px auto 0 auto;
    position: relative;
    z-index: 5;
    border-bottom: 2px solid #cccccc;
}

.case .case_box .bd ul li .txt h5 a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #484848;
    text-align: center;
    margin: 0px 0 10px 0;
    padding: 0 3px;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.case .case_box .bd ul li .txt h5 a i{
    width: 20px;
    height: 1px;
    background: #eaeaea;
    display: inline-block;
   top: -5px;
   position: relative;
}

.case .case_box .bd ul li .txt  p{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.case .case_box .bd ul li .txt  span{
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #174c98;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .bd ul li:hover .txt  span {
    width: 100%;
}

.case .case_box .next{
    position: absolute;
    left: -75px;
    top: 120px;
    width: 32px;
    height: 60px;
    background: url(../images/left.png) no-repeat  center; 
}

.case .case_box .prev{
    position: absolute;
    right: -75px;
    top: 120px;
    width: 32px;
    height: 60px;
    background: url(../images/right.png) no-repeat  center; 
}


/*about*/

.ab_bg{
    width: 100%;
    margin: 0 auto;
    height: 700px;
    background: url(../images/ab_bg.jpg) no-repeat center;
    overflow: hidden;
    -webkit-box-shadow: 0 0px 10px 6px rgba(23, 76, 152, .1);
    box-shadow: 0 0px 10px 6px rgba(23, 76, 152, .1);
}


.ab_bg .about{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.ab_bg .about .ab_nr{
    float: left;
    width: 470px;
}

.ab_bg .about .ab_nr h3{
    font-size: 36px;
    color:  #484848;
    font-weight: bold;
    background: url(../images/ab_t.png) no-repeat top left;
    margin-top: 35px;
    padding-top: 20px;
    height: 90px;

}

.ab_bg .about .ab_nr h5 a{
    display: block;
    font-size: 24px;
    color:  #484848;
    margin-top: 30px;
}

.ab_bg .about .ab_nr p{
    font-size: 16px;
    color: #484848;
    line-height: 36px;
    height: 144px;
    overflow: hidden;
    margin-top: 15px;

}


.ab_bg .about .ab_nr .ab_list{
    margin-top: 55px;
    width:500px;
    height: 121px;
    background: url(../images/ab_list.png) no-repeat center;
    position: relative;
    z-index: 5;
}

.ab_bg .about .ab_nr .ab_list ul li{
    float: left;
    width:160px;
    height: 121px;
    position: relative;
}

.ab_bg .about .ab_nr .ab_list ul li img{
    margin: 5px 10px 0 15px;
    float: left;
}

.ab_bg .about .ab_nr .ab_list ul li a{
    font-size: 18px;
    color: #fff;
    display: block;
    padding-top: 35px;
}

.ab_bg .about .ab_nr .ab_list ul li a span{
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 2px;
}

.ab_bg .about .ab_nr .ab_list ul li i{
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_nr .ab_list ul li:hover i{
    width: 100%;
}


.ab_bg .about .ab_nr .ab_zx{
    margin-top: 40px;
}

.ab_bg .about .ab_nr .ab_zx .tel{
    float: left;
    font-size: 60px;
    font-weight: bold;
    color: #174c98;
    text-transform: uppercase;
}

.ab_bg .about .ab_nr .ab_zx .tel span{
    font-size: 30px;
    color: #484848;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    margin-left: 5px;
}


.ab_bg .about .ab_nr .ab_zx .zixun{
    margin-left: 35px;
    float: left;
    width: 80px;
    height: 32px;
    line-height: 32px;
    background: #174c98;
    margin-top: 42px;
}

.ab_bg .about .ab_nr .ab_zx .zixun a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
}



.ab_bg .about .ab_img{
    float: right;
    width: 1020px;
    height: 700px;
    margin-right: -360px;
    position: relative;
}

.ab_bg .about .ab_img img{
    width: 1020px;
    height: 700px;
}



/*lc*/

.lc_bg{
    width: 100%;
    margin: 0 auto;
    height: 500px;
    background: url(../images/lc_bg.jpg) no-repeat center;
}

.lc_bg .lc{
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}

.lc_bg .lc .title span{
    background: url(../images/lc_t.png) no-repeat center;
}

.lc_bg .lc .lc_box{
    width: 1200px;
    margin: 5px auto 0 auto;
    position: relative;
    height: 180px;
    background: url(../images/lc_xt.png) no-repeat center;
}

.lc .lc_box ul li {
    width: 80px;
    height: 180px;
    float: left;
    margin: 0 51px;
    position: relative;
}

.lc .lc_box ul li:first-child{
    margin-left: 0;
}
.lc .lc_box ul li:last-child {
    margin-right: -30px;
}

.lc .lc_box ul li .lc_nr {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #555555;
    margin-top: 45px;
}

.lc .lc_box ul li .lc_nr img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: block;
}

.lc .lc_box ul li .lc_nr .txt {
    font-size: 14px;
    color: #555;
    line-height: 50px;
    text-align: center;
}

.lc .lc_box ul li .lc_on {
    position: absolute;
    left: 50%;
    top: 80%;
    background: #174c98;
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow: hidden;
}

.lc .lc_box ul li .lc_on .pic {
    width: 160px;
    height: 100px;
    margin: 0 auto;
}

.lc .lc_box ul li .lc_on .pic img {
    width: 160px;
    height: 100px;
    margin: 10px auto 0 auto;
    display: block;
}

.lc .lc_box ul li .lc_on .txt {
    text-align: center;
    margin-top: 10px;
}

.lc .lc_box ul li .lc_on .txt h5 {
    font-size: 16px;
    color: #fff;
}

.lc .lc_box ul li .lc_on .txt p {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.lc .lc_box ul li:hover .lc_on {
    width: 180px;
    height: 180px;
    display: block;
    left: -50px;
    top: 20px;

}


/*message*/

.message{
    width: 1200px;
    margin: 45px auto 0 auto;
}


.message .form-group1{
    float: left;
    width: 355px;
    margin-right: 67px;
}

.message .m_t{
    float: left;
    margin: 8px 20px 0 0;
}

.message .form-group1 input{
    float: left;
    background: none;
    border-bottom: 1px solid #c6c6c6;
    width: 300px;
    height: 36px;
    font-size: 14px;
    color: #555;
}

.message .form-group2{
    float: left;
    width: 355px;
    margin-right: 67px;
}


.message .form-group2 input{
    float: left;
    background: none;
    border-bottom: 1px solid #c6c6c6;
    width: 300px;
    height: 36px;
    font-size: 14px;
    color: #555;
}

.message .form-group3{
    float: left;
    width: 355px;
    margin-right: 0px;
}

.message .form-group3 .codeText{
    float: left;
    background: none;
    border-bottom: 1px solid #c6c6c6;
    width: 210px;
    height: 36px;
    font-size: 14px;
    color: #555;
}

.message .form-group3 .imgcode{
    float: left;
    width: 90px;
    height: 36px;
}


.message .form-group4{
    float: left;
    width: 950px;
   margin-top: 25px;;
}

.message .form-group4 input{
    float: left;
    background: none;
    border-bottom: 1px solid #c6c6c6;
    width: 880px;
    height: 36px;
    font-size: 14px;
    color: #555;
}

.message .anniu{
    float: right;
    width: 100px;
    height: 34px;
    background: #174c98;
    margin: 27px 0 0 0;
}

.message .anniu button{
    width: 100px;
    height: 34px;
    background: #174c98;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}



/*news*/

.news_bg{
    width: 100%;
    margin: 0 auto;
    height: 1005px;
    background: url(../images/news_bg.jpg) no-repeat center;
    overflow: hidden;
}

.news_bg .news{
    width: 1200px;
    margin: 0 auto;
    padding-top: 56px;
}

.news_bg .news .news_box{
    width: 1200px;
    margin: 35px auto 0 auto;
}

.news_bg .news .news_box .news_top{
    height: 310px;
}

.news_bg .news .news_box .news_list{
    width: 200px;
    float: left;
    margin-top: 20px;
    margin-left: 1px;
}

.news_bg .news .news_box .news_list ul li{
    width: 200px;
    height: 77px;
    line-height: 77px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_list ul li a{
    float: left;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_list ul li span{
    float: right;
    margin-right: 20px;
    font-size: 18px;
    color: #fff;
}

.news_bg .news .news_box .news_list ul li.casehover{
    background: #fff;
}

.news_bg .news .news_box .news_list ul li.casehover a{
    margin-left: 20px;
    color: #333;
}

.news_bg .news .news_box .news_list ul li.casehover span{
    color: #333;
}


.news_bg .news .news_box .news_top .news_nr{
    width: 925px;
    height: 280px;
    margin-top: 30px;
    float: right;
    position: relative;

}

.news_bg .news .news_box .news_top .news_nr .bd{
    width: 925px;
    height: 280px;
    overflow: hidden;
  }

  .news_bg .news .news_box .news_top .news_nr .bd ul li{
    width: 925px;
    height: 280px;
    float: left;
  }

  .news_bg .news .news_box .news_top .news_nr .bd ul li .txt{
      float: left;
      width: 500px;
  }

  .news_bg .news .news_box .news_top .news_nr .bd ul li .txt span{
      display: block;
      font-size: 24px;
      color:  #999;
      border-bottom: 1px solid #e4e4e4;
      height: 40px;

  }

  .news_bg .news .news_box .news_top .news_nr .bd ul li .txt h5 a{
    font-size: 16px;
    color:#444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-top: 25px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .news_bg .news .news_box .news_top .news_nr .bd ul li:hover .txt h5 a{
      color: #174c98;

  }

  .news_bg .news .news_box .news_top .news_nr .bd ul li .txt p{
    font-size: 14px;
    color:#666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 10px;
  }


  .news_bg .news .news_box .news_top .news_nr .bd ul li .txt .xq{
      width: 80px;
      height: 32px;
      line-height: 32px;
      background: #174c98;
      margin-top: 30px;

  }

  .news_bg .news .news_box .news_top .news_nr .bd ul li .txt .xq a{
    font-size: 14px;
    color:#fff;
    text-align: center;
    display: block;
  }


  .news_bg .news .news_box .news_top .news_nr .bd ul li .news_img{
      float: right;
      width: 360px;
      height: 280px;
  }

  .news_bg .news .news_box .news_top .news_nr .bd ul li .news_img img{
    width: 360px;
    height: 280px;
  }

  .news_bg .news .news_box .news_top .news_nr .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 30px;
    text-align: center;
    z-index: 5;
  }
  
  .news_bg .news .news_box .news_top .news_nr .hd ul {
    text-align: center;
  }
  
  .news_bg .news .news_box .news_top .news_nr .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 10px;
    height: 10px;
    margin: 10px;
    background-color: #ccc;
    overflow: hidden;
    line-height: 99px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .news_bg .news .news_box .news_top .news_nr .hd ul .on {
    background: #174c98;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }

  .news_bg .news .news_box .news_bottom{
      margin: 25px auto 0 auto;
      height: 350px;
  }

  .news_bg .news .news_box .news_bottom .news_xq{
      height: 200px;

  }

  .news_bg .news .news_box .news_bottom .news_xq ul li{
    float: left;
    width: 360px;
    margin: 0 20px;
  }

  .news_bg .news .news_box .news_bottom .news_xq ul li .time{
    height: 70px;
    border-bottom: 1px solid #e2e2e2;

  }

  .news_bg .news .news_box .news_bottom .news_xq ul li .time span{
    display: block;
    font-size: 24px;
    color: #999;
  }

  .news_bg .news .news_box .news_bottom .news_xq ul li .time p{
    font-size: 12px;
    color: #999;
    margin-top: 3px;
  }

  .news_bg .news .news_box .news_bottom .news_xq ul li .txt{

  }

  .news_bg .news .news_box .news_bottom .news_xq ul li .txt a{
    font-size: 16px;
    color:#444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 25px 0 10px 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .news_bg .news .news_box .news_bottom .news_xq ul li .txt  p{
    font-size: 14px;
    color:#666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
  }

  .news_bg .news .news_box .news_bottom .news_xq ul li:hover .time span{
    color: #174c98;
}

.news_bg .news .news_box .news_bottom .news_xq ul li:hover .time p{
    color: #174c98;
}

.news_bg .news .news_box .news_bottom .news_xq ul li:hover .txt a{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    color: #174c98;
}

.news_bg .news .news_box .news_bottom .list{
    margin-top: 10px;
}

.news_bg .news .news_box .news_bottom .list ul li{
    float: left;
    width: 360px;
    margin: 0 20px;
    height: 42px;
    line-height: 42px;
}

.news_bg .news .news_box .news_bottom .list ul li a{
    float: left;
    width: 260px;
    font-size: 15px;
    color:#444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_bottom .list ul li span{
    font-size: 15px;
    color:#777;
    float: right;
}

.news_bg .news .news_box .news_bottom .list ul li:hover a{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    color: #174c98;
}


/*links*/

.links{
    width: 1200px;
    overflow: hidden;
    margin: 50px auto 0 auto;
    position: relative;
}

.links h3{
    float: left;
    font-size: 24px;
    color: #444;
    font-weight: bold;
}

.links .yq{
    float: left;
    width: 1140px;
    line-height: 26px;
    margin-top: 3px;
}

.links .yq a{
    font-size: 14px;
    color: #555;
    margin: 0 20px;
}